home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk122 / popup / source / source.doc < prev    next >
Text File  |  1995-03-19  |  747b  |  26 lines

  1. Comments to the source:
  2.   * I am using a pre-compiled headerfile including all the amiga includefiles.
  3.      This means that the .c files don't have any includes.
  4.  
  5.   * Lattice C 5.0 is used. Lattice 5.02 makes the program ~300 bytes bigger.
  6.  
  7.   * No optimizing is used (program gets bigger ??? (both 5.0 & 5.02))
  8.  
  9.   * All my function prototypes and structures is in PopUpMenu.h
  10.  
  11.   * All global variable declarations is made in Globals.c
  12.  
  13.   * There are comments in the source.
  14.  
  15.   * I have rewritten part of the code in assembler. Both versions included.
  16.  
  17.   * I'm not good at assembler.
  18.  
  19.   * Tags file included for dme users.
  20.  
  21.   * Makefile for lattice Lmk included. (must be modified to fit your system)
  22.       Uses Lc1 & Lc2 to save memory.
  23.  
  24. Martin.
  25.  
  26.